home *** CD-ROM | disk | FTP | other *** search
- new GuiChunkedBitmapCtrl(MenuScreen) {
- profile = "GuiContentProfile";
- horizSizing = "width";
- vertSizing = "height";
- position = "0 0";
- extent = "640 480";
- minExtent = "8 8";
- visible = "1";
- helpTag = "0";
- bitmap = "./interfaces/emaga_background";
- useVariable = "0";
- tile = "0";
- new GuiButtonCtrl() {
- profile = "GuiButtonProfile";
- horizSizing = "right";
- vertSizing = "top";
- position = "30 138";
- extent = "120 20";
- minExtent = "8 8";
- visible = "1";
- command = "Canvas.setContent(SoloScreen);";
- text = "Play Solo";
- groupNum = "-1";
- buttonType = "PushButton";
- helpTag = "0";
- };
- new GuiButtonCtrl() {
- profile = "GuiButtonProfile";
- horizSizing = "right";
- vertSizing = "top";
- position = "30 166";
- extent = "120 20";
- minExtent = "8 8";
- visible = "1";
- command = "Canvas.setContent(ServerScreen);";
- text = "Find a Server";
- groupNum = "-1";
- buttonType = "PushButton";
- helpTag = "0";
- };
- new GuiButtonCtrl() {
- profile = "GuiButtonProfile";
- horizSizing = "right";
- vertSizing = "top";
- position = "30 192";
- extent = "120 20";
- minExtent = "8 8";
- visible = "1";
- command = "Canvas.setContent(HostScreen);";
- text = "Host Game";
- groupNum = "-1";
- buttonType = "PushButton";
- helpTag = "0";
- };
- new GuiButtonCtrl() {
- profile = "GuiButtonProfile";
- horizSizing = "right";
- vertSizing = "top";
- position = "30 237";
- extent = "120 20";
- minExtent = "8 8";
- visible = "1";
- command = "getHelp();";
- helpTag = "0";
- text = "Info";
- groupNum = "-1";
- buttonType = "PushButton";
- };
-
- new GuiButtonCtrl() {
- profile = "GuiButtonProfile";
- horizSizing = "right";
- vertSizing = "top";
- position = "29 400";
- extent = "110 20";
- minExtent = "8 8";
- visible = "1";
- command = "Quit();";
- helpTag = "0";
- text = "Quit";
- groupNum = "-1";
- buttonType = "PushButton";
- };
- new GuiButtonCtrl() {
- profile = "GuiButtonProfile";
- horizSizing = "right";
- vertSizing = "top";
- position = "30 265";
- extent = "120 20";
- minExtent = "8 8";
- visible = "1";
- command = "Canvas.setContent(ServerScreen);";
- helpTag = "0";
- text = "Connect To Server";
- groupNum = "-1";
- buttonType = "PushButton";
- };
- new GuiButtonCtrl() {
- command = "Canvas.pushDialog(SetupScreen);";
- text = "Setup";
- };
- };
-